Remove broken optimization in style modifier overrides
authorAlexander Larsson <alexl@redhat.com>
Tue, 6 Dec 2011 13:09:45 +0000 (14:09 +0100)
committerAlexander Larsson <alexl@redhat.com>
Tue, 6 Dec 2011 13:12:23 +0000 (14:12 +0100)
commit7bd2446801ffd0fc2ac5cc98fcd675ac4f3935d6
tree0811a8096301d42eedc0a92a9e3ec4a3b645bfd0
parentb558885221afa5cce0abbd42410877d58d8d2d9a
Remove broken optimization in style modifier overrides

We used to only set the override color or font if it was different
than the existing value. However, that means you can't change it to
an override that is the same as the default value for the property.

With this fixed you can e.g. override with a color of 0,0,0,0 which
you couldn't before.
gtk/gtkmodifierstyle.c